home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 18 / quickq.zip / CHECK.BAT next >
DOS Batch File  |  1990-03-14  |  1KB  |  51 lines

  1. echo off
  2. cls
  3. echo -
  4. echo - Check.bat - Checks the files contained in the archive QuickQ.zip.
  5. echo -
  6. echo - Please have a pencil and paper ready to write down the file information
  7. echo - to be compared against information in QQ.DOC...or use Qedit to edit the
  8. echo - files CHECK.DAT with QQ.DOC (CHECK.DAT will be created by this file).
  9. echo -
  10. pause
  11. cls
  12. echo -
  13. echo - Checking file 1 of 4
  14. echo - Checking file 1 of 4 > check.out
  15. echo -
  16. validate qq.exe
  17. pause
  18. validate qq.exe  >> check.out
  19. cls
  20. echo -
  21. echo - Checking file 2 of 4
  22. echo - Checking file 2 of 4 >> check.out
  23. echo -
  24. validate validate.com
  25. pause
  26. validate validate.com  >> check.out
  27. cls
  28. echo -
  29. echo - Checking file 3 of 4
  30. echo - Checking file 3 of 4 >> check.out
  31. echo -
  32. validate cv.zip
  33. pause
  34. validate cv.zip  >> check.out
  35. cls
  36. cls
  37. echo -
  38. echo - Checking file 4 of 4
  39. echo - Checking file 4 of 4 >> check.out
  40. echo -
  41. validate qqmac.zip
  42. pause
  43. validate qqmac.zip  >> check.out
  44. cls
  45. echo -
  46. echo -
  47. echo - Please compare the figures you recorded against those in found in QQ.DOC.
  48. echo - ( The file CHECK.OUT has been created )
  49. echo -
  50. echo - Check completed.
  51.